home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / comm / www / IBSearch.lha / IBSearch.readme < prev   
Text File  |  2000-04-11  |  3KB  |  82 lines

  1. Short:    AWNPipe. Search IBrowse cache hotlist GHist
  2. Uploader: bscott@odyssey.apana.org.au
  3. Author:   bscott@odyssey.apana.org.au
  4. Type:     comm/www
  5. Requires: AWNPipe, ClassAct, rexxsupport.library,
  6.           IBrowse 1+? OS3.1 or higher.
  7.  
  8. This has only been tested on the IBrowse 1.22 68020 version.
  9. Only hotlist searching works with IBrowse version 2+.
  10.  
  11. Find AWNPipe here: http://web.ukonline.co.uk/awnpipe/
  12. and ClassAct here: http://www.amitrix.com/
  13. Both are quite painless to install.
  14.  
  15. IBSearch.ibrx provides simple searching (optional case sensitive) of 
  16. either IBrowse's GlobalCache, hotlist or GlobalHistory. It can also
  17. search the hotlist for the current url.
  18.  
  19. Put IBSearch.ibrx either in the IBrowse/ARexx/ directory or in the
  20. same directory as IBrowse and run it from the IBrowse Rexx menu.
  21.  
  22. It consists of a window containing a list window, 3 buttons and a
  23. string gadget.
  24.  
  25. You instigate a search by typing something in the string gadget and
  26. pressing return.
  27.  
  28. The search results are presented in the list window.
  29. Double click on one and IBrowse will attempt to load it.
  30.  
  31. The text that was searched for is placed in the windows title bar.
  32. The list window will not refresh until there has been another
  33. successful search.
  34.  
  35. There is a button for choosing in which file to search. The choices
  36. are either the Cache (GlobalCache), hotlist (ibrowse-hotlist.html)
  37. or GlobalHist (GlobalHistory). If you are using IBrowseV2+ then only
  38. the hotlist will be available.
  39.  
  40. The text on the button below that one says just what it means, if
  41. it reads 'Case Off' then case sensitive is turned off if it reads
  42. 'Case On' then case sensitive searching is turned on.
  43. There is no wildcard searching, it just looks for whatever you type.
  44.  
  45. Click the 'Find current URL in hotlist' button to see if the current url
  46. is in your hotlist. If it is found it will appear in the list window.
  47.  
  48. To quit just select the window close gadget.
  49.  
  50. Cache search results that don't end in a typical .jpg, .gif or .html
  51. get the mime type added to the end eg. (image/gif) so you know what
  52. you are dealing with.
  53.  
  54. Hotlist search results get your site discription tacked on the end.
  55.  
  56. Nothing gets added to the GlobalHistory search results.
  57.  
  58. NOTE:
  59.     Because of the fast search method I'm using (instead of searching
  60.     line by line) there is some text you can't search for..
  61.      
  62.     When searching the Cache neither numbers nor any of these..
  63.     'TEXT/PLAIN.HTML.JPEG.IMAGE.PNG' can be searched for.
  64.  
  65.     When searching the hotlist neither numbers nor any of these..
  66.     'BHLFLAGS=NOMENU' can be searched for.
  67.  
  68.  You get warned if you try searching for any of these reserved texts.
  69.  If you end up with a strange list then you've probably found some
  70.  other text it doesn't get on with, let me know what text it was.
  71.  
  72.     GlobalHistory is ok for searching for anything.
  73.  
  74.          -----------------------------------------
  75.  
  76. Please let me know if you have any trouble with it.
  77. Brian Scott
  78.  
  79. To do: When IBrowseV2+ is more stable reverse engineer it's
  80.        Cache & Globalhistory to figure out how to parse them.
  81.  
  82.